Spread for ASP.NET 8.0 Product Documentation
RadioButtonListEditor Constructor(String[],String[])


Items in the radio button list, specified as an array
Values for the items in the radio button list, specified as an array
Creates a new multiple-option button list editor, with the specified items in the radio button list and with the specified values for the items.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String, _
   ByVal values() As String _
)
'Usage
 
Dim items() As String
Dim values() As String
 
Dim instance As New RadioButtonListEditor(items, values)
public RadioButtonListEditor( 
   string[] items,
   string[] values
)

Parameters

items
Items in the radio button list, specified as an array
values
Values for the items in the radio button list, specified as an array
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RadioButtonListEditor Class
RadioButtonListEditor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.